15. Using psql - Final remarks

Using psql - final remarks

ND004 C01 L02 19 Using Psql - Psql Meta-Commands

start psql connection

QUESTION:

What is the command to start a psql connection to a database named mydb and with a username jane ? Write it out.

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer